Skip to content

Commit e38ed86

Browse files
authored
Merge pull request #43 from shopwareLabs/dependabot/github_actions/all-20096d9a4f
fix(deps): bump the all group with 2 updates
2 parents 1e01194 + 8905a4a commit e38ed86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Harden Runner
31-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # ratchet:step-security/[email protected].0
31+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # ratchet:step-security/[email protected].1
3232
with:
3333
egress-policy: block
3434
disable-sudo: true

Diff for: .github/workflows/preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: Build and push
40-
uses: docker/build-push-action@v5
40+
uses: docker/build-push-action@v6
4141
with:
4242
context: .
4343
push: true

0 commit comments

Comments
 (0)