Skip to content

Commit a70f6f6

Browse files
authored
Merge pull request #47 from mackerelio/workflow-sha-pinning
Workflow SHA pinning
2 parents 3bc1e85 + a2ddb01 commit a70f6f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: ['ubuntu-20.04', 'ubuntu-22.04']
12+
os: ['ubuntu-22.04', 'ubuntu-24.04']
1313
runs-on: ${{ matrix.os }}
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616
- run: ansible --version
1717
- run: ansible-playbook --syntax-check ./tests/test.yml -i ./tests/hosts
1818
- run: ./tests/run

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
release:
88
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1111
- name: ansible-galaxy role import
1212
run: |
1313
ansible-galaxy role import --token "$ANSIBLE_TOKEN" --role-name mackerel-agent mackerelio ansible-mackerel-agent

0 commit comments

Comments
 (0)