Skip to content

Commit

Permalink
Pin non-GitHub actions to full sha
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin authored Dec 4, 2024
1 parent 1a0af01 commit ff39598
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
groups:
dependencies:
applies-to: version-updates
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Create Release
if: github.event_name == 'push'
id: create_release
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
with:
name: Release ${{ steps.vars.outputs.tag }}
artifacts: "./build/wstg-${{ steps.vars.outputs.tag }}.pdf, ./build/wstg-${{ steps.vars.outputs.tag }}.epub"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/md-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Changed Files Exporter
if: github.event_name == 'pull_request'
id: files
uses: umani/changed-files@v4.2.0
uses: umani/changed-files@d7f842d11479940a6036e3aacc6d35523e6ba978 # v4.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: PR link check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/md-textlint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
npm install -g textlint-rule-terminology
- name: Changed Files Exporter
id: files
uses: umani/changed-files@v4.2.0
uses: umani/changed-files@d7f842d11479940a6036e3aacc6d35523e6ba978 # v4.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pattern: '^.*\.(md)$'
Expand Down

0 comments on commit ff39598

Please sign in to comment.