Skip to content

Commit c7ea9f0

Browse files
authored
Merge branch 'master' into security/postman-request-update
2 parents 819ea24 + d4e188e commit c7ea9f0

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/lint-and-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches: [master]
55
push:
66
branches: [master]
7+
workflow_dispatch:
78

89
jobs:
910
verify_lint:

.github/workflows/publish.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,8 @@ jobs:
2121
name: "Release ${{ github.event.inputs.semver }}"
2222
runs-on: ubuntu-latest
2323
steps:
24-
- name: Setup SSH
25-
uses: webfactory/ssh-agent@d4b9b8ff72958532804b70bbe600ad43b36d5f2e
26-
with:
27-
ssh-private-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
28-
29-
- uses: actions/checkout@v3
30-
with:
31-
ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
32-
- uses: actions/setup-node@v3
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
25+
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610
3326
with:
3427
node-version: ${{ github.event.inputs.nodeVersion }}
3528
registry-url: "https://registry.npmjs.org"
@@ -51,7 +44,7 @@ jobs:
5144
shell: bash
5245
name: Set version as env var
5346
54-
- uses: actions/create-release@v1
47+
- uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e
5548
name: Release
5649
id: create_release
5750
env:

0 commit comments

Comments
 (0)