Skip to content

Commit cb9907a

Browse files
Copilotlpmi-13
authored andcommitted
Pin GitHub Actions to latest release SHAs
1 parent aef218a commit cb9907a

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/auto-assign-date-label.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
issues: write
1212

1313
steps:
14+
# actions/github-script@v9.0.0
1415
- name: Add month-year label
15-
uses: actions/github-script@v7
16+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
1617
with:
1718
script: |
1819
const date = new Date();

.github/workflows/set_for_end_of_british_summertime.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
name: Turn off BST time adjustment
1010
steps:
11-
- uses: actions/checkout@v3
11+
# actions/checkout@v7.0.0
12+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
1213
- name: Update to reflect end of British Summer time
1314
run: |
1415
sed -i 's/T08:30Z/T09:30Z/g' pages/index.html

.github/workflows/set_for_start_of_british_summertime.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
name: Turn on BST adjustment
1010
steps:
11-
- uses: actions/checkout@v3
11+
# actions/checkout@v7.0.0
12+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
1213
- name: Update to reflect start of British Summer time
1314
run: |
1415
sed -i 's/T09:30Z/T08:30Z/g' pages/index.html

.github/workflows/update-date.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
name: Add next file
99
steps:
10-
- uses: actions/checkout@v3
10+
# actions/checkout@v7.0.0
11+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
1112
- name: Create file and push
1213
run: |
1314
sudo apt update && sudo apt install -y ncal

0 commit comments

Comments
 (0)