Skip to content

Commit

Permalink
[Dependencies]: Bump actions/checkout from 4.1.1 to 4.1.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent bc42e17 commit cd34747
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-prs-for-stale-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash
run: sudo apt install -y jq
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
ref: main
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
ref: main
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# shell: bash
# run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
# - name: "Checkout Source"
# uses: actions/[email protected].1
# uses: actions/[email protected].2
# with:
# fetch-depth: 0
# - if: |-
Expand All @@ -61,7 +61,7 @@ jobs:
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- if: (github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template'))
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- if: (github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template'))
Expand All @@ -82,7 +82,7 @@ jobs:
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: "Get version from global.json"
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: "Check for leaks"
Expand All @@ -202,7 +202,7 @@ jobs:
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: "Check for merge conflicts"
Expand All @@ -216,7 +216,7 @@ jobs:
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: "Check for case conflicts"
Expand All @@ -230,7 +230,7 @@ jobs:
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: "Check for ignored files"
Expand All @@ -253,7 +253,7 @@ jobs:
token: ${{github.token}}
- name: "Checkout Source"
if: steps.visibility.outputs.is_public == 'true'
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: 'Dependency Review'
Expand All @@ -269,7 +269,7 @@ jobs:
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: "Check for merge commits"
Expand All @@ -285,7 +285,7 @@ jobs:
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: "Run Linter"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- name: "Checkout source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reformat-sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
token: ${{secrets.SOURCE_PUSH_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reformat-yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
token: ${{secrets.SOURCE_PUSH_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- name: "Checkout Source"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
token: ${{secrets.SOURCE_PUSH_TOKEN}}
Expand Down

0 comments on commit cd34747

Please sign in to comment.