mirror of
https://gitea.com/actions/setup-java.git
synced 2025-11-06 02:26:25 +08:00
Compare commits
16 Commits
v3.14.1
...
actions-ca
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fdb3be11b9 | ||
|
|
ba6f50b348 | ||
|
|
679410561c | ||
|
|
72c9ce2c84 | ||
|
|
8286b98650 | ||
|
|
24a47ec582 | ||
|
|
fd07d32b82 | ||
|
|
daeeba334d | ||
|
|
39dad2981b | ||
|
|
837769072b | ||
|
|
31c9df3d55 | ||
|
|
a87315f729 | ||
|
|
8f6cc5c0f6 | ||
|
|
4726f89bc9 | ||
|
|
600e3d9953 | ||
|
|
d0728cce06 |
20
.github/workflows/publish-immutable-action.yml
vendored
20
.github/workflows/publish-immutable-action.yml
vendored
@@ -1,20 +0,0 @@
|
||||
name: 'Publish Immutable Action Version'
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- name: Checking out
|
||||
uses: actions/checkout@v4
|
||||
- name: Publish
|
||||
id: publish
|
||||
uses: actions/publish-immutable-action@v0.0.4
|
||||
Reference in New Issue
Block a user