We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e01194 + 8905a4a commit e38ed86Copy full SHA for e38ed86
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
steps:
30
- name: Harden Runner
31
- uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # ratchet:step-security/[email protected].0
+ uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # ratchet:step-security/[email protected].1
32
with:
33
egress-policy: block
34
disable-sudo: true
.github/workflows/preview.yml
@@ -37,7 +37,7 @@ jobs:
37
password: ${{ secrets.GITHUB_TOKEN }}
38
39
- name: Build and push
40
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
41
42
context: .
43
push: true
0 commit comments