Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.0 to 4.2.1 (#176)
Browse files Browse the repository at this point in the history
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@d632683...eef6144)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent b164f5d commit 70c5a63
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-check-for-cve-suppression-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #[email protected].0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #[email protected].1
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker-build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
echo "- Image name: $image_name" >> "$GITHUB_STEP_SUMMARY"
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #[email protected].0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #[email protected].1

- name: Build image
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #[email protected].0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #[email protected].1

- name: yaml-lint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #[email protected].0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #[email protected].1

- name: Set up JDK ${{ inputs.java-version }}
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-quarkus-build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
echo "IMAGE-NAME=${{ secrets.REGISTRY_URL }}/${{ inputs.image-name || env.REPOSITORY-NAME }}" >> "$GITHUB_ENV"
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #[email protected].0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #[email protected].1

- name: yaml-lint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-quarkus-container-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
echo "IMAGE-NAME=${{ inputs.registry-url }}/${{ inputs.image-name || env.REPOSITORY-NAME }}" >> "$GITHUB_ENV"
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #[email protected].0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #[email protected].1

- name: Cache Maven packages
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-spring-boot-build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
echo "- Image name: $image_name" >> "$GITHUB_STEP_SUMMARY"
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #[email protected].0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #[email protected].1

- name: Check if YAML files exist
id: yaml-files-exists
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-spring-boot-container-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "image-name=${{ inputs.registry-url }}/${{ inputs.image-name || env.REPOSITORY-NAME }}" >> "$GITHUB_OUTPUT"
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #[email protected].0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #[email protected].1

- name: Set up JDK ${{ inputs.java-version }}
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/misc-approve-and-merge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

# Checking out the specified repository
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #[email protected].0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #[email protected].1
with:
repository: felleslosninger/${{ inputs.repository }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-k6-build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
echo "IMAGE-NAME=${{ env.REGISTRY_URL }}/${{ inputs.image-name || env.REPOSITORY-NAME }}" >> "$GITHUB_ENV"
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #[email protected].0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #[email protected].1

- name: Copy k6-tests to docker temp
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-k6-build-publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
echo "IMAGE_NAME=${{ secrets.REGISTRY_URL }}/${{ inputs.image-name || env.REPOSITORY-NAME }}" >> "$GITHUB_ENV"
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #[email protected].0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #[email protected].1

- name: Find and replace image version for ${{ env.IMAGETAG }} in version endpoint
uses: jacobtomlinson/gha-find-replace@863001a682308a0a2405e69e645cb0899b5ee64b # [email protected]
Expand Down

0 comments on commit 70c5a63

Please sign in to comment.