Skip to content

Commit

Permalink
Merge pull request #184 from jenkins-infra/helpdesk3402-pin-gha-with-…
Browse files Browse the repository at this point in the history
…sha1

chore: pin GitHub actions with their SHA-1 instead of their version number
  • Loading branch information
lemeurherve authored Feb 24, 2023
2 parents ebb09c9 + ec12090 commit 2933298
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,20 +1,17 @@
name: Release Drafter

on:
push:
branches:
- main

permissions:
contents: read

jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@569eb7ee3a85817ab916c8f8ff03a5bd96c9c83e # v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2933298

Please sign in to comment.