Skip to content

Commit

Permalink
chore(deps): update ci dependencies (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 23, 2024
1 parent a7566b9 commit 7acf5fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/__codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
show-progress: false

- name: Initialize CodeQL 🛠️
uses: github/codeql-action/[email protected].1
uses: github/codeql-action/[email protected].4
with:
queries: security-and-quality
languages: ${{ matrix.language }}

- name: Autobuild 📦
uses: github/codeql-action/[email protected].1
uses: github/codeql-action/[email protected].4

- name: Perform CodeQL Analysis 🧪
uses: github/codeql-action/[email protected].1
uses: github/codeql-action/[email protected].4
with:
category: '/language:${{matrix.language}}'
6 changes: 3 additions & 3 deletions .github/workflows/__package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: npm run build

- name: Create provenance attestation 🔏
uses: actions/[email protected].1
uses: actions/[email protected].2
continue-on-error: true
with:
subject-path: ${{ env.ARTIFACTS_PATH }}
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
path: docker_image.tar

- name: Create provenance attestation 🔏
uses: actions/[email protected].1
uses: actions/[email protected].2
continue-on-error: true
with:
subject-path: docker_image.tar
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
docker cp $(docker create --name jf $(docker images --filter=reference='${{ env.REGISTRY_IMAGE }}' -q | head -n 1)):/usr/share/nginx/html/ ./dist
- name: Create provenance attestation 🔏
uses: actions/[email protected].1
uses: actions/[email protected].2
continue-on-error: true
with:
subject-path: dist
Expand Down

0 comments on commit 7acf5fe

Please sign in to comment.