-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- 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
1 parent
d46aee6
commit 50dbc6c
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
python-version: 3.11 | ||
- | ||
name: Checkout | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,7 +127,7 @@ jobs: | |
terraform_token=$(jq -r .token <<<$token) | ||
echo "terraform_token=$terraform_token" >> "$GITHUB_OUTPUT" | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
|
||
- uses: hashicorp/[email protected] | ||
with: | ||
|
@@ -326,7 +326,7 @@ jobs: | |
if: inputs.trivy-job-enabled | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
- name: Configure Python | ||
uses: actions/[email protected] | ||
|
@@ -426,7 +426,7 @@ jobs: | |
if: inputs.trivy-sbom-enabled | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Submit SBOM results to Dependency Snapshots | ||
uses: aquasecurity/[email protected] | ||
with: | ||
|
@@ -454,7 +454,7 @@ jobs: | |
terraform_docs_token=$(jq -r .token <<<$token) | ||
echo "terraform_docs_token=$terraform_docs_token" >> "$GITHUB_OUTPUT" | ||
- name: Checkout | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
ref: "${{ github.head_ref }}" | ||
token: ${{ steps.credentials.outputs.terraform_docs_token }} | ||
|
@@ -481,7 +481,7 @@ jobs: | |
cat $GITHUB_OUTPUT | ||
- name: Checkout workflow | ||
id: checkout_workflow | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
repository: nrkno/github-workflow-terraform-config | ||
ref: ${{ steps.workflow_tag.outputs.workflow_tag }} | ||
|