Skip to content

Commit a2ddb01

Browse files
committed
use a pinact
1 parent cbafae7 commit a2ddb01

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
os: ['ubuntu-22.04', 'ubuntu-24.04']
1313
runs-on: ${{ matrix.os }}
1414
steps:
15-
- uses: actions/checkout@v5
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@v5
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)