Skip to content

Commit

Permalink
Merge pull request #52 from RISC-OS-Community/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-4.1.7

Bump actions/checkout from 2.7.0 to 4.1.7
  • Loading branch information
pzaino authored Aug 4, 2024
2 parents 8b87b2e + 1da57dd commit d216bea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/000-codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
egress-policy: audit

- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/001-flawfinder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
egress-policy: audit

- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Prepare RISC OS source tree
run: bash ${GITHUB_WORKSPACE}/.rocog/scripts/ux-src gen github ${GITHUB_WORKSPACE}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-from-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
egress-policy: audit

- name: Check out template repository
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
repository: ${{ env.REPO_TEMPLATE }}
token: ${{ github.token }}
Expand All @@ -73,7 +73,7 @@ jobs:

# Clone the target repository. Check out a branch
- name: Check out ${{ github.repository }}
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
repository: ${{ github.repository }}
token: ${{ github.token }}
Expand Down

0 comments on commit d216bea

Please sign in to comment.