Skip to content

Commit e4d19d9

Browse files
authored
Merge pull request #2102 from intel/dependabot/github_actions/github-actions-e08d8a435f
build(deps): bump the github-actions group with 3 updates
2 parents b857119 + 6827fc2 commit e4d19d9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/lib-codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
sudo apt-get update
3030
sudo apt-get install -y libze1 libze-dev
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
32+
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
3333
with:
3434
languages: 'go'
3535

3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
37+
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
3838
with:
3939
category: "/language:go"

.github/workflows/lib-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sudo systemctl stop clamav-freshclam.service
3030
sudo freshclam
3131
- name: Cache clamav databases
32-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
32+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3333
with:
3434
path: /var/lib/clamav
3535
key: clamav-${{ github.run_id }}
@@ -80,7 +80,7 @@ jobs:
8080
sudo mkdir -p /var/lib/clamav
8181
sudo chmod a+rwx /var/lib/clamav
8282
- name: Retrieve AV database
83-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
83+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
8484
with:
8585
path: /var/lib/clamav
8686
key: clamav-${{ github.run_id }}
@@ -100,7 +100,7 @@ jobs:
100100
if: ${{ !contains(fromJson(env.no_base_check), matrix.image) }}
101101
run: IMG=${{ inputs.registry }}/${{ matrix.image }}:${{ inputs.image_tag }} make test-image-base-layer BUILDER=docker
102102
- name: Login
103-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
103+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
104104
with:
105105
username: ${{ secrets.DOCKERHUB_USER }}
106106
password: ${{ secrets.DOCKERHUB_PASS }}

.github/workflows/lib-scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
results_format: sarif
2727
publish_results: true
2828
- name: "Upload results to security"
29-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
29+
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
3030
with:
3131
sarif_file: results.sarif

.github/workflows/trivy-periodic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
format: sarif
3232
output: trivy-report.sarif
3333
- name: Upload sarif report to GitHub Security tab
34-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
34+
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
3535
with:
3636
sarif_file: trivy-report.sarif

0 commit comments

Comments
 (0)