Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent 03c6251 commit bc5d39c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- uses: oven-sh/[email protected]
with:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- uses: oven-sh/[email protected]
with:
Expand Down

0 comments on commit bc5d39c

Please sign in to comment.