diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 41afc71..eac1c78 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -26,14 +26,14 @@ jobs: uses: actions/checkout@v4 - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}" diff --git a/package-lock.json b/package-lock.json index fe01a2b..ce7e391 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ukhomeoffice/react-components", - "version": "1.3.3", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ukhomeoffice/react-components", - "version": "1.3.3", + "version": "2.0.0", "license": "MIT", "dependencies": { "classnames": "^2.5.1", diff --git a/package.json b/package.json index 46d1577..fe5ed3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ukhomeoffice/react-components", - "version": "1.3.3", + "version": "2.0.0", "description": "React components for Home Office layouts and elements", "main": "dist/ho-react-components.js", "module": "dist/ho-react-components.module.js",