mirror of
https://github.com/kjanat/articulate-parser.git
synced 2026-01-16 12:22:08 +01:00
Compare commits
2 Commits
c4086a832f
...
2e887a2b31
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e887a2b31 | |||
| cdc9815cee |
1
.github/workflows/dependency-review.yml
vendored
1
.github/workflows/dependency-review.yml
vendored
@ -10,6 +10,7 @@ permissions:
|
|||||||
contents: read
|
contents: read
|
||||||
# Required to post security advisories
|
# Required to post security advisories
|
||||||
security-events: write
|
security-events: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dependency-review:
|
dependency-review:
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -147,7 +147,7 @@ jobs:
|
|||||||
annotations: ${{ steps.meta.outputs.labels }}
|
annotations: ${{ steps.meta.outputs.labels }}
|
||||||
build-args: |
|
build-args: |
|
||||||
VERSION=${{ github.ref_name }}
|
VERSION=${{ github.ref_name }}
|
||||||
BUILD_TIME=${{ github.event.head_commit.timestamp }}
|
BUILD_TIME=${{ github.event.head_commit.timestamp || github.event.repository.pushed_at }}
|
||||||
GIT_COMMIT=${{ github.sha }}
|
GIT_COMMIT=${{ github.sha }}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|||||||
Reference in New Issue
Block a user