Skip to content

Commit

Permalink
Merge branch 'main' into VACMS-16233-reorder-vamc-menus
Browse files Browse the repository at this point in the history
  • Loading branch information
swirtSJW authored Feb 12, 2024
2 parents 723ccde + bd7f28a commit df48e05
Show file tree
Hide file tree
Showing 24 changed files with 246 additions and 209 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Send GitHub Actions metrics to DataDog
uses: int128/datadog-actions-metrics@af1a1a70bb380b079e38053d5fb32ae907ce2b6a # v1.79.0
uses: int128/datadog-actions-metrics@2ca3c09b18e2185806a071ed29fd5a02b75f8599 # v1.80.0
with:
datadog-api-key: ${{ secrets.DATADOG_API_KEY }}
collect-job-metrics: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: ./.github/actions/post-checkout
- name: ReviewDog
# See also `composer va:test:eslint` in composer.json
uses: reviewdog/action-eslint@5deb8e2c1d8a9bbefff4d80d6702c41c5b3729cb # v1.22.0
uses: reviewdog/action-eslint@b3c5aa2589ed06195b52faffd3afb108c02faaf5 # v1.23.0
with:
reporter: github-pr-review
eslint_flags: '--max-warnings 0 -c .eslintrc.json --no-eslintrc docroot/modules/custom/**/*.es6.js docroot/themes/custom/**/*.es6.js tests/cypress/**/*.js'
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Stylelint modules
# See also `composer va:test:stylelint-modules` in composer.json
uses: reviewdog/action-stylelint@548276a94275c7865effa8d72fa8b6983d9f47c4 # v1.18.1
uses: reviewdog/action-stylelint@eadef3f639793f2b361a4719ee8720bf5055a0ff # v1.22.1
with:
fail_on_error: true
github_token: ${{ secrets.github_token }}
Expand All @@ -149,7 +149,7 @@ jobs:
stylelint_input: 'docroot/modules/custom/**/*.css'
- name: Stylelint themes
# See also `composer va:test:stylelint-themes` in composer.json
uses: reviewdog/action-stylelint@548276a94275c7865effa8d72fa8b6983d9f47c4 # v1.18.1
uses: reviewdog/action-stylelint@eadef3f639793f2b361a4719ee8720bf5055a0ff # v1.22.1
with:
fail_on_error: true
github_token: ${{ secrets.github_token }}
Expand Down
18 changes: 9 additions & 9 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3055,29 +3055,29 @@
},
{
"name": "drupal/codit_menu_tools",
"version": "1.0.0-alpha5",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/codit_menu_tools.git",
"reference": "1.0.0-alpha5"
"reference": "1.0.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/codit_menu_tools-1.0.0-alpha5.zip",
"reference": "1.0.0-alpha5",
"shasum": "4dff97ae333a7ae80765403c252f551887210dc6"
"url": "https://ftp.drupal.org/files/projects/codit_menu_tools-1.0.1.zip",
"reference": "1.0.1",
"shasum": "06327db394d467cf1dcb40db4328364d32822a7a"
},
"require": {
"drupal/core": "^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.0.0-alpha5",
"datestamp": "1707500832",
"version": "1.0.1",
"datestamp": "1707535222",
"security-coverage": {
"status": "not-covered",
"message": "Alpha releases are not covered by Drupal security advisories."
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
Expand Down
Loading

0 comments on commit df48e05

Please sign in to comment.