We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b5e70 commit a904b3fCopy full SHA for a904b3f
.github/workflows/arduino.yml
@@ -120,7 +120,7 @@ jobs:
120
raw.githubusercontent.com:443
121
122
- name: Checkout repository
123
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
+ uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
124
125
- name: Compile
126
uses: arduino/compile-sketches@1edb1fde2dd10524d345c853e888f487459667aa
.github/workflows/scorecards.yml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- name: "Checkout code"
29
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.0.0
+ uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # tag=v3.0.0
30
with:
31
persist-credentials: false
32
0 commit comments