Skip to content

Commit

Permalink
update checkout version in pr-checks/checks
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBolton committed Sep 5, 2023
1 parent d5d81f4 commit 85cd5ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pr-checks/checks/submit-sarif-failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
CODEQL_ACTION_TESTING_ENVIRONMENT: codeql-action-pr-checks

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./init
with:
languages: javascript
Expand Down
2 changes: 1 addition & 1 deletion pr-checks/checks/with-checkout-path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "Checks that a custom `checkout_path` will find the proper commit_o
steps:
# Check out the actions repo again, but at a different location.
# choose an arbitrary SHA so that we can later test that the commit_oid is not from main
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: 474bbf07f9247ffe1856c6a0f94aeeb10e7afee6
path: x/y/z/some-path
Expand Down

0 comments on commit 85cd5ad

Please sign in to comment.