Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Dec 24, 2023
2 parents 0626b4d + e89f25d commit 78bc39d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down Expand Up @@ -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

Expand All @@ -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 }}

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

<!-- github.com badges -->

[![Project license](https://img.shields.io/github/license/clemlesne/azure-pipelines-agent)](https://github.com/clemlesne/azure-pipelines-agent/blob/main/LICENSE)
[![Docker pulls](https://img.shields.io/docker/pulls/clemlesne/azure-pipelines-agent?label=docker.com%20pulls)](https://hub.docker.com/r/clemlesne/azure-pipelines-agent)
[![GitHub all releases](https://img.shields.io/github/downloads/clemlesne/azure-pipelines-agent/total?label=github.com%20downloads)](https://github.com/clemlesne/azure-pipelines-agent/pkgs/container/azure-pipelines-agent)
[![Last release date](https://img.shields.io/github/release-date/clemlesne/azure-pipelines-agent)](https://github.com/clemlesne/azure-pipelines-agent/releases)
[![Workflow status](https://img.shields.io/github/actions/workflow/status/clemlesne/azure-pipelines-agent/pipeline.yaml?branch=main)](https://github.com/clemlesne/azure-pipelines-agent/actions/workflows/pipeline.yaml)
[![All releases download counter](https://img.shields.io/github/downloads/clemlesne/azure-pipelines-agent/total)](https://github.com/clemlesne/azure-pipelines-agent/pkgs/container/azure-pipelines-agent)
[![Project license](https://img.shields.io/github/license/clemlesne/azure-pipelines-agent)](https://github.com/clemlesne/azure-pipelines-agent/blob/main/LICENSE)

<!-- artifacthub.io badges -->

Expand Down

0 comments on commit 78bc39d

Please sign in to comment.