Skip to content

Commit

Permalink
chore(deps): update github-actions (#2240)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 17, 2024
1 parent b80c6f5 commit 22f71af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sec-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@25ad3c8e4067d58361177f34122cf9ae8abb4bd0
uses: github/codeql-action/init@5c681efc3f71cd6b47b1c14583c9e86913966e9f
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -62,7 +62,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@25ad3c8e4067d58361177f34122cf9ae8abb4bd0
uses: github/codeql-action/autobuild@5c681efc3f71cd6b47b1c14583c9e86913966e9f

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -75,6 +75,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@25ad3c8e4067d58361177f34122cf9ae8abb4bd0
uses: github/codeql-action/analyze@5c681efc3f71cd6b47b1c14583c9e86913966e9f
with:
category: "/language:${{ matrix.language }}"
4 changes: 2 additions & 2 deletions .github/workflows/test-integration-rosa-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
aws configure set aws_access_key_id ${{ secrets.DISTRO_CI_AWS_ACCESS_KEY }} --profile=${{ secrets.DISTRO_CI_AWS_PROFILE }}
- name: Create ROSA cluster and login
uses: camunda/camunda-tf-rosa/.github/actions/rosa-create-cluster@977ba0c706f7d221b4473c99b8cd4525d8978a5c # main
uses: camunda/camunda-tf-rosa/.github/actions/rosa-create-cluster@e97b03ea5c79b19a92b178952fb4a401d442ff10 # main
timeout-minutes: 125
env:
AWS_PROFILE: ${{ secrets.DISTRO_CI_AWS_PROFILE }}
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
aws configure set aws_access_key_id ${{ secrets.DISTRO_CI_AWS_ACCESS_KEY }} --profile=${{ secrets.DISTRO_CI_AWS_PROFILE }}
- name: Delete on-demand ROSA HCP Cluster
uses: camunda/camunda-tf-rosa/.github/actions/rosa-delete-cluster@977ba0c706f7d221b4473c99b8cd4525d8978a5c # main
uses: camunda/camunda-tf-rosa/.github/actions/rosa-delete-cluster@e97b03ea5c79b19a92b178952fb4a401d442ff10 # main
if: always()
timeout-minutes: 125
env:
Expand Down

0 comments on commit 22f71af

Please sign in to comment.