Skip to content

[nc] test local action call #13

[nc] test local action call

[nc] test local action call #13

# yamllint disable rule:line-length
# yamllint disable rule:truthy
---
run-name: static code analysis
on:
push:
branches:
- "*"
tags:
- "!*"
jobs:
static-code-analysis:
name: static code analysis
uses: ThoughtWorks-DPS/gha-tools-action/.github/workflows/job-container-dev-release.yaml@main

Check failure on line 17 in .github/workflows/development-build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/development-build.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/development-build.yaml" -> "ThoughtWorks-DPS/gha-tools-action/.github/workflows/job-container-dev-release.yaml@main" (source branch with sha:b41bd4ec3141bfde1412cacc710acf086586be9d) : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
with:
op-version: 2.28.0
before-static-analsys: "true"
# static-code-analysis:
# name: static code analysis
# uses: ThoughtWorks-DPS/gha-tools-action/.github/workflows/gha-container-dev-release.yaml@main
# with:
# op-version: 2.28.0
# steps:
# - name: test action
# uses: ThoughtWorks-DPS/gha-action-tools/.github/workflows/gha-container-dev-release.yaml@main
# - name: checkout code
# uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
# - name: Load credentials
# uses: 1password/load-secrets-action@581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0 # v2.0.0
# with:
# export-env: true
# env:
# OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
# DOCKER_LOGIN: op://empc-lab/svc-dockerhub/username
# DOCKER_PASSWORD: op://empc-lab/svc-dockerhub/password
# - name:
# - name: check context
# shell: bash
# run: |
# set -eo pipefail
# echo $DOCKER_PASSWORD | docker login -u $DOCKER_LOGIN --password-stdin docker.io
# docker build -t twdps/gha-container-base-image:alpine-stable -f Dockerfile .
# docker push twdps/gha-container-base-image:alpine-stable