Skip to content

Commit

Permalink
Re-add ./ to local workflows and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ldziedziul committed Jan 23, 2024
1 parent 8bcbd3e commit ef8df00
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
${{ env.docker_log_file_ee }}
jdks:
uses: .github/workflows/get-supported-jdks.yaml
uses: ./.github/workflows/get-supported-jdks.yaml

build-pr-custom-jdk:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "Found latest patch versions: $versions"
echo "matrix={\"version\":$versions}" >> $GITHUB_OUTPUT
- name: Slack notification
uses: .github/actions/slack-notification
uses: ./.github/actions/slack-notification
if: failure()
with:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK }}
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
- name: Slack notification
uses: .github/actions/slack-notification
uses: ./.github/actions/slack-notification
if: failure()
with:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK }}
4 changes: 2 additions & 2 deletions .github/workflows/ee-nlc-snapshot-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
jdks:
uses: .github/workflows/get-supported-jdks.yaml
uses: ./.github/workflows/get-supported-jdks.yaml

push:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
${TAGS_ARG} \
--platform=${PLATFORMS} $DOCKER_DIR
- name: Slack notification
uses: .github/actions/slack-notification
uses: ./.github/actions/slack-notification
if: failure()
with:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK }}
4 changes: 2 additions & 2 deletions .github/workflows/ee-nlc-tag-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
jdks:
uses: .github/workflows/get-supported-jdks.yaml
uses: ./.github/workflows/get-supported-jdks.yaml

push:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
${TAGS_ARG} \
--platform=${PLATFORMS} $DOCKER_DIR
- name: Slack notification
uses: .github/actions/slack-notification
uses: ./.github/actions/slack-notification
if: failure()
with:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK }}
4 changes: 2 additions & 2 deletions .github/workflows/ee_latest_snapshot_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
jdks:
uses: .github/workflows/get-supported-jdks.yaml
uses: ./.github/workflows/get-supported-jdks.yaml

push:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
${TAGS_ARG} \
--platform=${PLATFORMS} $DOCKER_DIR
- name: Slack notification
uses: .github/actions/slack-notification
uses: ./.github/actions/slack-notification
if: failure()
with:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK }}
4 changes: 2 additions & 2 deletions .github/workflows/oss_latest_snapshot_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
jdks:
uses: .github/workflows/get-supported-jdks.yaml
uses: ./.github/workflows/get-supported-jdks.yaml

push:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
$TAGS_ARG \
--platform=${PLATFORMS} $DOCKER_DIR
- name: Slack notification
uses: .github/actions/slack-notification
uses: ./.github/actions/slack-notification
if: failure()
with:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK }}
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_vulnerability_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
ref: [ 'master', '5.3.z', '5.2.z', '5.1.z', '5.0.z', '4.2.z' ]
uses: .github/workflows/vulnerability_scan_subworkflow.yml
uses: ./.github/workflows/vulnerability_scan_subworkflow.yml
with:
ref: ${{ matrix.ref }}
secrets:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tag_image_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:

jobs:
jdks:
uses: .github/workflows/get-supported-jdks.yaml
uses: ./.github/workflows/get-supported-jdks.yaml

push:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
--platform=${PLATFORMS} $DOCKER_DIR
- name: Slack notification
uses: .github/actions/slack-notification
uses: ./.github/actions/slack-notification
if: failure()
with:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK }}
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
allowUpdates: true

- name: Slack notification
uses: .github/actions/slack-notification
uses: ./.github/actions/slack-notification
if: failure()
with:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK }}
4 changes: 2 additions & 2 deletions .github/workflows/tag_image_push_rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
required: false
jobs:
jdks:
uses: .github/workflows/get-supported-jdks.yaml
uses: ./.github/workflows/get-supported-jdks.yaml

build:
defaults:
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
sync_tags "$RHEL_PROJECT_ID" "$VERSION" "$RHEL_API_KEY"
- name: Slack notification
uses: .github/actions/slack-notification
uses: ./.github/actions/slack-notification
if: failure()
with:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK }}
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
trigger-vulnerability-scan-master:
uses: .github/workflows/vulnerability_scan_subworkflow.yml
uses: ./.github/workflows/vulnerability_scan_subworkflow.yml
with:
ref: ${{ github.ref }}
secrets:
Expand Down

0 comments on commit ef8df00

Please sign in to comment.