Skip to content

Commit 7e1a05e

Browse files
chore: Pin dependencies (#1012)
Co-authored-by: seqeralabs-renovate[bot] <269134929+seqeralabs-renovate[bot]@users.noreply.github.com> Co-authored-by: Cristian Ramon-Cortes <cristianrcv@users.noreply.github.com>
1 parent 3396554 commit 7e1a05e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
aws-region: ${{ inputs.aws-region }}
3333

3434
- name: Deploy to prod
35-
uses: kodermax/kubectl-aws-eks@master
35+
uses: kodermax/kubectl-aws-eks@ebad7507329396261acc8b118807b81727314058 # master
3636
env:
3737
KUBE_CONFIG_DATA: ${{ inputs.kube-config-data }}
3838
with:

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 1
3131

3232
- name: Run Claude PR Action
33-
uses: anthropics/claude-code-action@beta
33+
uses: anthropics/claude-code-action@28f83620103c48a57093dcc2837eec89e036bb9f # beta
3434
with:
3535
anthropic_api_key: ${{ secrets.ENG_ANTHROPIC_API_KEY }}
3636
# Or use OAuth token instead:

.github/workflows/security-submit-dependecy-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: 17
1818

1919
- name: Generate and submit dependency graph for wave
20-
uses: gradle/actions/dependency-submission@v4
20+
uses: gradle/actions/dependency-submission@ed408507eac070d1f99cc633dbcf757c94c7933a # v4
2121
with:
2222
dependency-resolution-task: "dependencies"
2323
additional-arguments: "--configuration runtimeClasspath"

0 commit comments

Comments
 (0)