mirror of
https://github.com/mixpanel/mixpanel-swift
synced 2026-04-21 13:37:18 +00:00
chore: pin GitHub Actions to full commit SHAs (#702)
This commit is contained in:
parent
b4cb3f6e3e
commit
d43d694e3c
3 changed files with 7 additions and 7 deletions
2
.github/workflows/iOS.yml
vendored
2
.github/workflows/iOS.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
destination: ['name=iPhone 16 Pro,OS=latest']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
|
||||
|
||||
# (Optional) Inspect what simulators are installed
|
||||
- name: Show simulators
|
||||
|
|
|
|||
2
.github/workflows/macOS.yml
vendored
2
.github/workflows/macOS.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
|
||||
- name: Run Test
|
||||
working-directory: MixpanelDemo
|
||||
run: |
|
||||
|
|
|
|||
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
|
@ -11,10 +11,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "Check-out"
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
|
||||
- name: "Update Release CHANGELOG"
|
||||
id: update-release-changelog
|
||||
uses: heinrichreimer/github-changelog-generator-action@v2.2
|
||||
uses: heinrichreimer/github-changelog-generator-action@854576bb5274851427527d8199fba0061552dff5 # v2.2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
onlyLastTag: true
|
||||
|
|
@ -38,14 +38,14 @@ jobs:
|
|||
git config user.email "jared@mixpanel.com"
|
||||
git commit -m "Update CHANGELOG"
|
||||
- name: Push CHANGELOG changes
|
||||
uses: ad-m/github-push-action@v0.6.0
|
||||
uses: ad-m/github-push-action@40bf560936a8022e68a3c00e7d2abefaf01305a6 # v0.6.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: master
|
||||
force: true
|
||||
- name: "Prepare for the Github Release"
|
||||
id: generate-release-changelog
|
||||
uses: heinrichreimer/github-changelog-generator-action@v2.2
|
||||
uses: heinrichreimer/github-changelog-generator-action@854576bb5274851427527d8199fba0061552dff5 # v2.2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
output: "output.md"
|
||||
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
verbose: true
|
||||
- name: "🚀 Create GitHub Release"
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue