Skip to content

Commit 05c8e8e

Browse files
committed
Bump actions/checkout from 3.3.0 to 3.4.0 -- #11
1 parent 5791e15 commit 05c8e8e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/anchore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout the code
40-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
41-
# v3.3.0
40+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
41+
# v3.4.0
4242
- name: Build the Docker image
4343
run: docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest
4444
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
# if: {{ false }}
9393
# continue running if step fails
9494
# continue-on-error: true
95-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
95+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
9696

9797
# Setup version of Python to use
9898
- name: Set Up Python ${{ matrix.python-version }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Checkout repository
52-
uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2.6.0
52+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.6.0
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: "Checkout code"
38-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
38+
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.1.0
3939
with:
4040
persist-credentials: false
4141

0 commit comments

Comments
 (0)