Skip to content

Commit ff39598

Browse files
authored
Pin non-GitHub actions to full sha
1 parent 1a0af01 commit ff39598

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ updates:
66
- package-ecosystem: "github-actions" # See documentation for possible values
77
directory: "/" # Location of package manifests
88
schedule:
9-
interval: "weekly"
9+
interval: "daily"
1010
groups:
1111
dependencies:
1212
applies-to: version-updates

.github/workflows/build-ebooks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Create Release
5353
if: github.event_name == 'push'
5454
id: create_release
55-
uses: ncipollo/release-action@v1.14.0
55+
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
5656
with:
5757
name: Release ${{ steps.vars.outputs.tag }}
5858
artifacts: "./build/wstg-${{ steps.vars.outputs.tag }}.pdf, ./build/wstg-${{ steps.vars.outputs.tag }}.epub"

.github/workflows/md-link-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Changed Files Exporter
3333
if: github.event_name == 'pull_request'
3434
id: files
35-
uses: umani/changed-files@v4.2.0
35+
uses: umani/changed-files@d7f842d11479940a6036e3aacc6d35523e6ba978 # v4.1.0
3636
with:
3737
repo-token: ${{ secrets.GITHUB_TOKEN }}
3838
- name: PR link check

.github/workflows/md-textlint-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
npm install -g textlint-rule-terminology
4242
- name: Changed Files Exporter
4343
id: files
44-
uses: umani/changed-files@v4.2.0
44+
uses: umani/changed-files@d7f842d11479940a6036e3aacc6d35523e6ba978 # v4.1.0
4545
with:
4646
repo-token: ${{ secrets.GITHUB_TOKEN }}
4747
pattern: '^.*\.(md)$'

0 commit comments

Comments
 (0)