Skip to content

Commit 4969fd7

Browse files
authored
Merge pull request #2146 from intel/dependabot/github_actions/github-actions-2e70f73bb1
build(deps): bump the github-actions group with 3 updates
2 parents 4544edc + 2c0d805 commit 4969fd7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
32+
uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
3333
with:
3434
languages: 'go'
3535

3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
37+
uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
3838
with:
3939
category: "/language:go"

.github/workflows/lib-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
103+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
104104
with:
105105
username: ${{ secrets.DOCKERHUB_USER }}
106106
password: ${{ secrets.DOCKERHUB_PASS }}

.github/workflows/lib-scorecard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
with:
2121
persist-credentials: false
2222
- name: "Analyze project"
23-
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
23+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
2424
with:
2525
results_file: results.sarif
2626
results_format: sarif
2727
publish_results: true
2828
- name: "Upload results to security"
29-
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
29+
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # 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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
34+
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
3535
with:
3636
sarif_file: trivy-report.sarif

0 commit comments

Comments
 (0)