Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use commits tagged from main branch #949

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Use commits tagged from main branch
Prevents possible impostor commits from forks.

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
  • Loading branch information
jdbaldry committed Jan 14, 2025
commit 950598912c1991670b5f3c3d0ccacbc386c2191f
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
@@ -6,6 +6,6 @@ jobs:
if: ${{ github.repository == 'grafana/writers-toolkit' }}
runs-on: ubuntu-latest
steps:
- uses: grafana/writers-toolkit/prettier@62fe122eb653707d1c49bc0e41cf4b9704c9064b # prettier/v2.0.0
- uses: grafana/writers-toolkit/prettier@4b1248585248751e3b12fd020cf7ac91540ca09c # prettier/v2.0.1
with:
branch: ${{ env.GITHUB_REF }}
2 changes: 1 addition & 1 deletion .github/workflows/validate-documentation.yml
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ jobs:
with:
persist-credentials: false
- name: Build website
uses: grafana/writers-toolkit/build-website@dbbf3fc8cda31d42362948daca2360772085ae03 # build-website/v1.0.0
uses: grafana/writers-toolkit/build-website@4b1248585248751e3b12fd020cf7ac91540ca09c # build-website/v1.0.1
with:
website_directory: docs/writers-toolkit

3 changes: 1 addition & 2 deletions publish-technical-documentation-release/action.yaml
Original file line number Diff line number Diff line change
@@ -84,8 +84,7 @@ runs:
shell: bash

- name: Build website
uses: grafana/writers-toolkit/build-website@dbbf3fc8cda31d42362948daca2360772085ae03 # build-website/v1.0.0
with:
uses: grafana/writers-toolkit/build-website@4b1248585248751e3b12fd020cf7ac91540ca09c # build-website/v1.0.1 with:
source_directory: ${{ inputs.source_directory }}
website_directory: ${{ inputs.website_directory }}

2 changes: 1 addition & 1 deletion publish-technical-documentation/action.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ runs:
using: composite
steps:
- name: Build website
uses: grafana/writers-toolkit/build-website@dbbf3fc8cda31d42362948daca2360772085ae03 # build-website/v1.0.0
uses: grafana/writers-toolkit/build-website@4b1248585248751e3b12fd020cf7ac91540ca09c # build-website/v1.0.1
with:
source_directory: ${{ inputs.source_directory }}
website_directory: ${{ inputs.website_directory }}
Loading