Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/super-linter/super…
Browse files Browse the repository at this point in the history
…-linter-5.4.3
  • Loading branch information
HorizonNet authored Oct 18, 2023
2 parents 9781d73 + 0abaa87 commit 3ee1160
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
steps:
- name: Checkout
if: ${{ github.event_name != 'pull_request_target' }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

- name: Checkout
if: ${{ github.event_name == 'pull_request_target' }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
-
name: Unshallow
run: git fetch --prune --unshallow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
fetch-depth: 0

Expand Down

0 comments on commit 3ee1160

Please sign in to comment.