We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4113a commit 653d62dCopy full SHA for 653d62d
.github/workflows/bake_targets.yml
@@ -127,7 +127,7 @@ jobs:
127
persist-credentials: false
128
129
- name: Install Task
130
- uses: go-task/setup-task@70f2430ad412f838533de8c0515c749ffb2b8bd3 # v1.1.0
+ uses: go-task/setup-task@3be4020d41929789a01026e0e427a4321ce0ad44 # v2.0.0
131
132
- name: Install Dagger
133
env:
.github/workflows/update-catalogs.yml
@@ -63,7 +63,7 @@ jobs:
63
git status
64
git diff --staged
65
66
- - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
+ - uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10
67
if: github.ref == 'refs/heads/main'
68
with:
69
cwd: 'artifacts'
0 commit comments