Pin GH actions
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
name: "Report Mix Dependencies"
|
name: "Report Mix Dependencies"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
- uses: erlef/mix-dependency-submission@v1
|
- uses: erlef/mix-dependency-submission@e182baa684c14cd34b84da828143cfc18a96c37e # v1.3.2
|
||||||
- uses: actions/dependency-review-action@v4
|
- uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
|
||||||
if: "${{ github.event_name == 'pull_request' }}"
|
if: "${{ github.event_name == 'pull_request' }}"
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
- uses: jdx/mise-action@v4
|
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
|
||||||
with:
|
with:
|
||||||
experimental: true
|
experimental: true
|
||||||
- name: Install Hex
|
- name: Install Hex
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
FLUXON_LICENSE_KEY: ${{ secrets.FLUXON_LICENSE_KEY }}
|
FLUXON_LICENSE_KEY: ${{ secrets.FLUXON_LICENSE_KEY }}
|
||||||
FLUXON_KEY_FINGERPRINT: ${{ secrets.FLUXON_KEY_FINGERPRINT }}
|
FLUXON_KEY_FINGERPRINT: ${{ secrets.FLUXON_KEY_FINGERPRINT }}
|
||||||
- name: Cache deps
|
- name: Cache deps
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
|
||||||
env:
|
env:
|
||||||
cache-name: cache-elixir-deps
|
cache-name: cache-elixir-deps
|
||||||
with:
|
with:
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-mix-${{ env.cache-name }}-${{ hashFiles('.tool-versions') }}-
|
${{ runner.os }}-mix-${{ env.cache-name }}-${{ hashFiles('.tool-versions') }}-
|
||||||
- name: Cache compiled build
|
- name: Cache compiled build
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
|
||||||
env:
|
env:
|
||||||
cache-name: cache-compiled-build-lint
|
cache-name: cache-compiled-build-lint
|
||||||
with:
|
with:
|
||||||
@@ -94,8 +94,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
- uses: jdx/mise-action@v4
|
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
|
||||||
with:
|
with:
|
||||||
experimental: true
|
experimental: true
|
||||||
- name: Install Hex
|
- name: Install Hex
|
||||||
@@ -111,7 +111,7 @@ jobs:
|
|||||||
FLUXON_LICENSE_KEY: ${{ secrets.FLUXON_LICENSE_KEY }}
|
FLUXON_LICENSE_KEY: ${{ secrets.FLUXON_LICENSE_KEY }}
|
||||||
FLUXON_KEY_FINGERPRINT: ${{ secrets.FLUXON_KEY_FINGERPRINT }}
|
FLUXON_KEY_FINGERPRINT: ${{ secrets.FLUXON_KEY_FINGERPRINT }}
|
||||||
- name: Cache deps
|
- name: Cache deps
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
|
||||||
env:
|
env:
|
||||||
cache-name: cache-elixir-deps
|
cache-name: cache-elixir-deps
|
||||||
with:
|
with:
|
||||||
@@ -120,7 +120,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-mix-${{ env.cache-name }}-${{ hashFiles('.tool-versions') }}-
|
${{ runner.os }}-mix-${{ env.cache-name }}-${{ hashFiles('.tool-versions') }}-
|
||||||
- name: Cache compiled build
|
- name: Cache compiled build
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
|
||||||
env:
|
env:
|
||||||
cache-name: cache-compiled-build-test
|
cache-name: cache-compiled-build-test
|
||||||
with:
|
with:
|
||||||
@@ -156,8 +156,8 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
concurrency: deploy-group
|
concurrency: deploy-group
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
- uses: gacts/install-hurl@v1
|
- uses: gacts/install-hurl@45ddf125aa95f3b3f2fc4a75c6625ce7739fec50 # v1
|
||||||
with:
|
with:
|
||||||
version: 8.0.0
|
version: 8.0.0
|
||||||
- name: 🚀 Deploy to production
|
- name: 🚀 Deploy to production
|
||||||
@@ -172,4 +172,4 @@ jobs:
|
|||||||
run: hurl --test --report-tap verification.tap test/prod.hurl
|
run: hurl --test --report-tap verification.tap test/prod.hurl
|
||||||
env:
|
env:
|
||||||
HURL_VARIABLE_api_token: ${{ secrets.API_TOKEN }}
|
HURL_VARIABLE_api_token: ${{ secrets.API_TOKEN }}
|
||||||
- uses: pcolby/tap-summary@v1
|
- uses: pcolby/tap-summary@ccdf184636a1a57277bbccbe3480bc021207e2d8 # v1
|
||||||
|
|||||||
@@ -7,9 +7,9 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
environment: production
|
environment: production
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
- uses: gacts/install-hurl@v1
|
- uses: gacts/install-hurl@45ddf125aa95f3b3f2fc4a75c6625ce7739fec50 # v1
|
||||||
- run: hurl --test --report-tap verification.tap test/prod.hurl
|
- run: hurl --test --report-tap verification.tap test/prod.hurl
|
||||||
env:
|
env:
|
||||||
HURL_api_token: ${{ secrets.API_TOKEN }}
|
HURL_api_token: ${{ secrets.API_TOKEN }}
|
||||||
- uses: pcolby/tap-summary@v1
|
- uses: pcolby/tap-summary@ccdf184636a1a57277bbccbe3480bc021207e2d8 # v1
|
||||||
|
|||||||
Reference in New Issue
Block a user