Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

chore(ci): pin action dependencies #155

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
tar -czf reports/build.tar.gz build

# Upload artifacts so they are shared with the chainloop job
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: reports
path: reports/*
Expand All @@ -52,9 +52,9 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

# Attest the uploaded artifacts listed in //.chainloop.yaml
# Attest the uploaded artifacts listed in .chainloop.yaml
chainloop:
uses: chainloop-dev/labs/.github/workflows/chainloop.yml@main
uses: chainloop-dev/labs/.github/workflows/chainloop.yml@22771db0eec9be335d9dd5f1f9741f6dd65a5239
needs: deploy
secrets:
api_token: ${{ secrets.CHAINLOOP_WF_RELEASE }}
Expand Down