Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
name: CI
permissions:
contents: read

on: # yamllint disable-line rule:truthy
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rename-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# by default, it uses a depth of 1
# this fetches all history so that we can read each commit
fetch-depth: 0
ref: ${{ github.head_ref }}
ref: ${{ github.ref }}

- name: Check Repository is not a Template
uses: actions/github-script@v8
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Create Pull Request
if: env.is_template == 'false' && env.needs_renaming == 'true'
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 # v7 sha
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Ready to clone and use template
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
name: Security Scan
permissions:
contents: read

on: # yamllint disable-line rule:truthy
push:
Expand Down
Loading