Skip to content

chore(deps): Bump the actions group with 2 updates #13

chore(deps): Bump the actions group with 2 updates

chore(deps): Bump the actions group with 2 updates #13

name: Copilot Setup Steps
on:
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Install tools
run: |
sudo apt-get update -qq && sudo apt-get install -y -qq jq > /dev/null
echo "jq $(jq --version), docker $(docker --version)"
- name: Build Docker image
run: docker build -t steampipe:local .
- name: Validate
run: docker run --rm steampipe:local steampipe --version