Skip to content

Commit

Permalink
Merge pull request #488 from devops-actions/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/all-in-one-9985b38cbb

Bump the all-in-one group with 4 updates
  • Loading branch information
github-actions[bot] authored Aug 1, 2024
2 parents 0e6c832 + 053a740 commit 6f7c82a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: 'Dependency Review'
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4

update-dist:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
Expand All @@ -73,4 +73,4 @@ jobs:
npm run all
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
10 changes: 5 additions & 5 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# upload the second result file as an artefact
- name: Upload result file as artefact
if: always()
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: actions-user
path: ${{ steps.load-actions.outputs.actions-file-path }}
Expand All @@ -89,7 +89,7 @@ jobs:
# upload the second result file as an artefact
- name: Upload result file as artefact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: actions-user
path: ${{ steps.load-actions-second-run.outputs.actions-file-path }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
fi
- name: Upload result file as artefact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
if: always()
with:
name: actions-organization-with-forks
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
fi
- name: Upload result file as artefact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: actions-organization
path: ${{ steps.load-actions.outputs.actions-file-path }}
Expand All @@ -213,7 +213,7 @@ jobs:
- test-load-from-organization
- test-load-from-organization-with-forks
steps:
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8

- run: |
ls -la
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: load-actions

- name: Upload result file as artefact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: actions
path: ${{ steps.load-actions.outputs.actions-file-path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-big-organization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# upload the second result file as an artefact
- name: Upload result file as artefact
if: ${{ steps.load-actions.conclusion == 'success' }}}
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: actions-user
path: ${{ steps.load-actions.outputs.actions-file-path }}
10 changes: 5 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# upload the second result file as an artefact
- name: Upload result file as artefact
if: always()
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: actions-user
path: ${{ steps.load-actions.outputs.actions-file-path }}
Expand All @@ -92,7 +92,7 @@ jobs:
# upload the second result file as an artefact
- name: Upload result file as artefact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: actions-user-second-run
path: ${{ steps.load-actions-second-run.outputs.actions-file-path }}
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
fi
- name: Upload result file as artefact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
if: always()
with:
name: actions-organization-with-forks
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
fi
- name: Upload result file as artefact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: actions-organization
path: ${{ steps.load-actions.outputs.actions-file-path }}
Expand All @@ -213,7 +213,7 @@ jobs:
- test-load-from-organization
- test-load-from-organization-with-forks
steps:
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8

- run: |
ls -la
Expand Down

0 comments on commit 6f7c82a

Please sign in to comment.