Skip to content

Commit

Permalink
chore: pin GitHub actions with their SHA-1 instead of their version n…
Browse files Browse the repository at this point in the history
…umber (#525)
  • Loading branch information
lemeurherve authored Feb 24, 2023
1 parent f32d6c6 commit 3bb9441
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
---
name: Release Drafter

on:
push:
branches:
- main
workflow_dispatch:

jobs:
update_release_draft:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@569eb7ee3a85817ab916c8f8ff03a5bd96c9c83e # v5
env:
# This token is generated automatically by default in GitHub Actions: no need to create it manually
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3bb9441

Please sign in to comment.