-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
18 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 |
---|---|---|
|
@@ -136,12 +136,12 @@ jobs: | |
|
||
# Required for running "npx" CLI | ||
- name: Setup Node | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
|
||
- name: Setup Cosign | ||
uses: sigstore/cosign-installer@v3.2.0 | ||
uses: sigstore/cosign-installer@v3.3.0 | ||
with: | ||
cosign-release: v${{ env.COSIGN_VERSION }} | ||
|
||
|
@@ -174,7 +174,7 @@ jobs: | |
.cr-release-packages/azure-pipelines-agent-${{ needs.init.outputs.VERSION }}.tgz | ||
- name: Cache Helm chart | ||
uses: actions/upload-artifact@v3.1.3 | ||
uses: actions/upload-artifact@v4.0.0 | ||
with: | ||
name: helm-chart | ||
path: .cr-release-packages | ||
|
@@ -209,7 +209,7 @@ jobs: | |
snyk.sarif | ||
- name: Upload results to GitHub Security | ||
uses: github/codeql-action/[email protected].11 | ||
uses: github/codeql-action/[email protected].12 | ||
with: | ||
sarif_file: merged.sarif | ||
|
||
|
@@ -235,7 +235,7 @@ jobs: | |
git config user.email "${{ github.actor }}@users.noreply.github.com" | ||
- name: Download Helm chart | ||
uses: actions/download-artifact@v3.0.2 | ||
uses: actions/download-artifact@v4.1.0 | ||
with: | ||
name: helm-chart | ||
path: .cr-release-packages | ||
|
@@ -258,7 +258,7 @@ jobs: | |
|
||
# Required for running "npx" CLI | ||
- name: Setup Node | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
|
||
|
@@ -315,12 +315,12 @@ jobs: | |
# Required for running "npx" CLI | ||
- name: Setup Node | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
|
||
- name: Setup Cosign | ||
uses: sigstore/cosign-installer@v3.2.0 | ||
uses: sigstore/cosign-installer@v3.3.0 | ||
with: | ||
cosign-release: v${{ env.COSIGN_VERSION }} | ||
|
||
|
@@ -449,7 +449,7 @@ jobs: | |
*.sarif | ||
- name: Upload results to GitHub Security | ||
uses: github/codeql-action/[email protected].11 | ||
uses: github/codeql-action/[email protected].12 | ||
with: | ||
sarif_file: merged.sarif | ||
|
||
|
@@ -475,12 +475,12 @@ jobs: | |
|
||
# Required for running "npx" CLI | ||
- name: Setup Node | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
|
||
- name: Setup Cosign | ||
uses: sigstore/cosign-installer@v3.2.0 | ||
uses: sigstore/cosign-installer@v3.3.0 | ||
with: | ||
cosign-release: v${{ env.COSIGN_VERSION }} | ||
|
||
|
@@ -634,7 +634,7 @@ jobs: | |
${{ steps.tag.outputs.tag }} | ||
- name: Upload results to GitHub Security | ||
uses: github/codeql-action/[email protected].11 | ||
uses: github/codeql-action/[email protected].12 | ||
with: | ||
sarif_file: snyk.sarif | ||
|
||
|
@@ -655,7 +655,7 @@ jobs: | |
run: semgrep ci --sarif --output=semgrep.sarif | ||
|
||
- name: Upload results to GitHub Security | ||
uses: github/codeql-action/[email protected].11 | ||
uses: github/codeql-action/[email protected].12 | ||
with: | ||
sarif_file: semgrep.sarif | ||
|
||
|
@@ -759,7 +759,7 @@ jobs: | |
--baseURL "${{ steps.pages.outputs.base_url }}/" | ||
- name: Upload build artifact | ||
uses: actions/upload-artifact@v3.1.3 | ||
uses: actions/upload-artifact@v4.0.0 | ||
with: | ||
name: hugo | ||
path: docs/public | ||
|
@@ -784,7 +784,7 @@ jobs: | |
find . -type f -not -name "index.yaml" -not -path "*/.git/*" -delete | ||
- name: Download build artifact | ||
uses: actions/download-artifact@v3.0.2 | ||
uses: actions/download-artifact@v4.1.0 | ||
with: | ||
name: hugo | ||
|
||
|
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