File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
14
14
jobs :
15
15
add-to-osinfra-project :
16
16
name : Open Source Infrastructure (as Code)
17
- uses : osinfra-io/github-misc-called-workflows/.github/workflows/add-to-project.yml@v0.2.1
17
+ uses : osinfra-io/github-misc-called-workflows/.github/workflows/add-to-project.yml@v0.2.2
18
18
with :
19
19
project_id : 1
20
20
secrets :
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ permissions:
8
8
jobs :
9
9
dependabot :
10
10
name : Dependabot
11
- uses : osinfra-io/github-misc-called-workflows/.github/workflows/dependabot.yml@v0.2.1
11
+ uses : osinfra-io/github-misc-called-workflows/.github/workflows/dependabot.yml@v0.2.2
12
12
secrets :
13
13
pr_approve_and_merge_pem : ${{ secrets.PR_APPROVE_AND_MERGE_PEM }}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
11
11
jobs :
12
12
build_and_push_us :
13
13
name : " Sandbox Registry: us-docker.pkg.dev"
14
- uses : osinfra-io/github-misc-called-workflows/.github/workflows/build-and-push.yml@v0.2.1
14
+ uses : osinfra-io/github-misc-called-workflows/.github/workflows/build-and-push.yml@v0.2.2
15
15
if : github.actor != 'dependabot[bot]'
16
16
with :
17
17
cache_from : type=registry,ref=us-docker.pkg.dev/plt-lz-services-tf7f-sb/plt-docker-standard/istio-test:latest
Original file line number Diff line number Diff line change 29
29
30
30
build_and_push_us :
31
31
name : " Sandbox Registry: us-docker.pkg.dev"
32
- uses : osinfra-io/github-misc-called-workflows/.github/workflows/build-and-push.yml@v0.2.1
32
+ uses : osinfra-io/github-misc-called-workflows/.github/workflows/build-and-push.yml@v0.2.2
33
33
if : github.actor != 'dependabot[bot]'
34
34
needs : run_go_tests
35
35
with :
You can’t perform that action at this time.
0 commit comments