Skip to content

Commit b7b90c2

Browse files
authored
Merge pull request #1352 from puppetlabs/pdksync
Update to puppet-module-gems 1.0, pdk-templates and new rubocop
2 parents 3283de1 + d84e65c commit b7b90c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+700
-233
lines changed

.github/workflows/nightly.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: "Honeycomb: Start recording"
20-
uses: kvrhdn/[email protected]
20+
uses: kvrhdn/gha-buildevents@5be4636b81803713c94d7cb7e3a4b85d759df112 # pin@v1.0.2
2121
with:
2222
apikey: ${{ env.HONEYCOMB_WRITEKEY }}
2323
dataset: ${{ env.HONEYCOMB_DATASET }}
@@ -90,7 +90,7 @@ jobs:
9090
echo 'collection=${{ matrix.collection }}' >> $BUILDEVENT_FILE
9191
9292
- name: "Honeycomb: Start recording"
93-
uses: kvrhdn/[email protected]
93+
uses: kvrhdn/gha-buildevents@5be4636b81803713c94d7cb7e3a4b85d759df112 # pin@v1.0.2
9494
with:
9595
apikey: ${{ env.HONEYCOMB_WRITEKEY }}
9696
dataset: ${{ env.HONEYCOMB_DATASET }}
@@ -207,7 +207,7 @@ jobs:
207207
runs-on: ubuntu-20.04
208208
steps:
209209
- name: Slack Workflow Notification
210-
uses: Gamesight/slack-workflow-status@master
210+
uses: Gamesight/slack-workflow-status@88ee95b73b4669825883ddf22747966204663e58 # pin@master
211211
with:
212212
# Required Input
213213
repo_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: "Honeycomb: Start recording"
18-
uses: kvrhdn/[email protected]
18+
uses: kvrhdn/gha-buildevents@5be4636b81803713c94d7cb7e3a4b85d759df112 # pin@v1.0.2
1919
with:
2020
apikey: ${{ env.HONEYCOMB_WRITEKEY }}
2121
dataset: ${{ env.HONEYCOMB_DATASET }}
@@ -88,7 +88,7 @@ jobs:
8888
echo 'collection=${{ matrix.collection }}' >> $BUILDEVENT_FILE
8989
9090
- name: "Honeycomb: Start recording"
91-
uses: kvrhdn/[email protected]
91+
uses: kvrhdn/gha-buildevents@5be4636b81803713c94d7cb7e3a4b85d759df112 # pin@v1.0.2
9292
with:
9393
apikey: ${{ env.HONEYCOMB_WRITEKEY }}
9494
dataset: ${{ env.HONEYCOMB_DATASET }}

0 commit comments

Comments
 (0)