Skip to content

Commit 7850662

Browse files
authored
Merge pull request #2173 from jaimergp/pin-gha-actions
2 parents a3aa2c7 + a040338 commit 7850662

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
groups:
8+
github-actions:
9+
patterns:
10+
- '*'

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
name: deploy
1313
runs-on: "ubuntu-latest"
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1616

17-
- uses: conda-incubator/setup-miniconda@v3
17+
- uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3
1818
with:
1919
python-version: 3.8
2020
channels: conda-forge
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: deploy
3737
if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
38-
uses: peaceiris/actions-gh-pages@v4
38+
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
3939
with:
4040
github_token: ${{ secrets.GITHUB_TOKEN }}
4141
publish_branch: gh-pages
@@ -44,7 +44,7 @@ jobs:
4444
user_email: [email protected]
4545

4646
- name: Link Checker
47-
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # for v1.10.0
47+
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.0
4848
with:
4949
token: ${{ secrets.GITHUB_TOKEN }}
5050
lycheeVersion: "0.14.3"

.github/workflows/meeting-notes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424
jobs:
2525
create:
2626
if: github.event_name != 'pull_request'
27-
uses: Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/create-meeting-notes-pr.yml@main
27+
uses: Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/create-meeting-notes-pr.yml@caec6b839f3dc5f8a534520e32100622325d752e # @main
2828
with:
2929
date: ${{ inputs.date || 'now' }}
3030
template_path: misc/DEV_MEETING_TEMPLATE.md
@@ -39,7 +39,7 @@ jobs:
3939
HACKMD_TOKEN: ${{ secrets.HACKMD_TOKEN }}
4040
sync:
4141
if: github.event.label.name == 'sync-hackmd-notes'
42-
uses: Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/sync-meeting-notes-pr.yml@main
42+
uses: Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/sync-meeting-notes-pr.yml@caec6b839f3dc5f8a534520e32100622325d752e # pin@main
4343
with:
4444
pr_number: ${{ github.event.number }}
4545
secrets:

0 commit comments

Comments
 (0)