Skip to content

Commit

Permalink
Merge pull request #100 from clemlesne/dependabot/github_actions/deve…
Browse files Browse the repository at this point in the history
…lop/actions/checkout-4.1.2

chore(deps): Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
clemlesne authored Mar 12, 2024
2 parents 70352c7 + e3ef849 commit f75d84c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
VERSION_FULL: ${{ steps.version.outputs.version_full }}
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
# We need all Git history for "version.sh"
fetch-depth: 0
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
# We need all Git history for testing credentials
fetch-depth: 0
Expand All @@ -74,7 +74,7 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Configure Git
run: |
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
image: returntocorp/semgrep
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Run tests
# Semgrep can be used to break the build when it detects security issues. In this case we want to upload the issues to GitHub Security
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
if: (github.event_name != 'schedule') && (github.ref == 'refs/heads/main')
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Create release
id: create-release
Expand Down

0 comments on commit f75d84c

Please sign in to comment.