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 (#220)
  • Loading branch information
lemeurherve authored Feb 24, 2023
1 parent 5822b5b commit e50f34d
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,18 +1,15 @@
name: Release Drafter

on:
push:
branches:
- main

# Only allow 1 release-drafter build at a time to avoid creating multiple "next" releases
concurrency: "release-drafter"

jobs:
update_release_draft:
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@v5.22.0
- uses: release-drafter/release-drafter@cfc5540ebc9d65a8731f02032e3d44db5e449fb6 # v5.22.0
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 e50f34d

Please sign in to comment.