Skip to content

Commit e490c4c

Browse files
authored
Merge pull request #9 from IntimateMerger/dependabot/github_actions/github-actions-c7405466a8
Bump the github-actions group with 3 updates
2 parents 60d77da + d6cc428 commit e490c4c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Build and push by digest
5151
id: build
52-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
52+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
5353
with:
5454
context: .
5555
platforms: ${{ matrix.platform }}
@@ -66,7 +66,7 @@ jobs:
6666
touch "/tmp/digests/${digest#sha256:}"
6767
6868
- name: Upload digest
69-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
69+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7070
with:
7171
name: digests-${{ matrix.arch }}
7272
path: /tmp/digests/*

.github/workflows/security-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
output: 'trivy-results.sarif'
3232

3333
- name: Upload Trivy results to GitHub Security
34-
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
34+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
3535
if: always()
3636
with:
3737
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)