Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3.0.0 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v3...v4.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 58da7c3 commit 9c9ca5c
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
token: ${{ secrets.BOT_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
actions: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.2
- name: Checkov GitHub Action
uses: bridgecrewio/checkov-action@v12
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
- name: Perform CodeQL Analysis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
ref: ${{ inputs.git_ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/jenkins-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
aws-region: ${{ vars.AWS_REGION }}
# Checkout Repository
- name: Checkout Git Repository
uses: actions/checkout@v3.0.0
uses: actions/checkout@v4.2.2
with:
ref: ${{ github.ref }}
# Install Terraform
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
steps:
# Checkout Repository
- name: Checkout Git Repository
uses: actions/checkout@v3.0.0
uses: actions/checkout@v4.2.2
with:
ref: ${{ github.ref }}
# Retrieve necessary AWS permissions
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
steps:
# Checkout Repository
- name: Checkout Git Repository
uses: actions/checkout@v3.0.0
uses: actions/checkout@v4.2.2
with:
ref: ${{ github.ref }}
# Retrieve necessary AWS permissions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ossf_scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
actions: read # Uncomment the permissions if installing in a private repository.
steps:
- name: "Checkout code"
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871 # v4.1.6
with:
persist-credentials: false
- name: "Run analysis"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/[email protected]
with:
Expand Down

0 comments on commit 9c9ca5c

Please sign in to comment.