Skip to content

Commit

Permalink
Merge pull request #3 from krzko/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-3.5.2

chore(deps): bump actions/checkout from 3.5.0 to 3.5.2
  • Loading branch information
krzko authored May 10, 2023
2 parents 35904d3 + 714ec5f commit 15057d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 0

Expand Down

0 comments on commit 15057d8

Please sign in to comment.